-- hidden cd fld "whichPict" keeps a record of whether the cd or bg
--- picture is showing, so that the pictures can be toggled
on closeCard
show cd pict
hideFlds 3
end closeCard
on hideInfo
hideFlds 3
end hideInfo
-- part 8 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=320 top=11 right=251 bottom=506
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Info 3
----- HyperTalk script -----
on mouseUp
if cd fld "whichPict" is "cd" then
hide cd pict
put "bg" into cd fld "whichPict"
else
show cd pict
put "cd" into cd fld "whichPict"
end if
showFld
end mouseUp
-- part 3 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=6 top=11 right=218 bottom=321
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Info 1
----- HyperTalk script -----
on mouseUp
showFld
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=19 top=217 right=240 bottom=275
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Info 2
----- HyperTalk script -----
on mouseUp
showFld
end mouseUp
-- part 1 (field)
-- low flags: 01
-- high flags: 2004
-- rect: left=138 top=261 right=334 bottom=383
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 14
-- style flags: 0
-- line height: 15
-- part name: info
-- part 2 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=340 top=294 right=337 bottom=379
-- title width / last selected line: 0
-- icon id / first selected line: 5233 / 5233
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: returnArrow
----- HyperTalk script -----
on mouseUp
lock screen
go cd "setting card sizes" of stack "Intro to HyperCard 2.0"
unlock screen with visual zoom close
end mouseUp
-- part 4 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=273 top=23 right=161 bottom=437
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 14
-- style flags: 0
-- line height: 15
-- part name: info 1
----- HyperTalk script -----
on mouseUp
hide me
end mouseUp
-- part 5 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=12 top=236 right=325 bottom=274
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 14
-- style flags: 0
-- line height: 15
-- part name: info 2
----- HyperTalk script -----
on mouseUp
hide me
end mouseUp
-- part 7 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=28 top=21 right=274 bottom=308
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 14
-- style flags: 0
-- line height: 15
-- part name: info 3
----- HyperTalk script -----
on mouseUp
hide me
end mouseUp
-- part 10 (field)
-- low flags: 81
-- high flags: 0000
-- rect: left=469 top=305 right=326 bottom=500
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: whichPict
-- part contents for card part 1
----- text -----
This is the New Stack... dialog box in HyperCard 2.0. Click on its parts to learn about it.
-- part contents for card part 4
----- text -----
This part of the dialog box is the same as in earlier versions of HyperCard. These are options for naming the new stack, and placing it where you want on your disk.
-- part contents for card part 5
----- text -----
This option has been added to the dialog box with HyperCard 2.0. If it is unchecked, the stack open on your screen will close when you open the new stack.
-- part contents for card part 7
----- text -----
In this part of the dialog box you can set the size of the cards in the new stack. You can drag the lower right corner of the picture of the card to a new size—between 64 by 64 pixels and 1280 by 1280 pixels.
You can also select a card size from the options in the pull down menu. The options are Apple II GS window (320 by 200 pixels), Small (416 by 240 pixels), Standard 9", Mac II 12", MacPaint, Window, and Screen.
Click on the picture of the card to see a sample of how it can change.